Skip to content

Conversation

jiridanek
Copy link
Member

@jiridanek jiridanek commented Sep 3, 2025

Summary by CodeRabbit

  • New Features

    • Multi-arch builds enabled (arm64 + selected ppc64le/s390x) and a new multi-arch push pipeline.
    • Build-args parameter support exposed to pipelines for per-image configuration.
  • Improvements

    • Dockerfiles accept configurable base images; many moved from yum to dnf.
    • CI/pipeline triggers refined to watch specific build-args files.
    • Dependency bumps for key Jupyter components.
  • Chores

    • Tekton task bundles and image digests refreshed.
    • Removed obsolete CUDA repo and license files.

@jiridanek jiridanek added the tide/merge-method-rebase Denotes a PR that should be rebased by tide when it merges. label Sep 3, 2025
@openshift-ci openshift-ci bot requested review from atheo89 and dibryant September 3, 2025 17:56
Copy link
Contributor

coderabbitai bot commented Sep 3, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • main
  • 2024b

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

Adds a multi-arch Tekton push pipeline, updates many PipelineRun YAMLs to add build-args-file and multi-arch build-platforms/CEL triggers, parameterizes many Dockerfiles via ARG BASE_IMAGE with new build-args/*.conf files, replaces yum→dnf in base-images, refreshes many task/image digests, and updates Makefile and generation scripts.

Changes

Cohort / File(s) Summary
Tekton pipelines & bundles
.tekton/multiarch-push-pipeline.yaml, .tekton/multiarch-pull-request-pipeline.yaml, .tekton/singlearch-push-pipeline.yaml
Added new multiarch push Pipeline; updated bundle image sha256 digests (task bundle replacements) with no task graph changes.
PipelineRun param / trigger edits (many files)
.tekton/*-push.yaml, .tekton/*-pull-request.yaml (multiple under .tekton/...)
Switched many push PipelineRuns to multiarch-push-pipeline, added build-platforms (multi-arch) and build-args-file params; consolidated/updated pipelinesascode.tekton.dev/on-cel-expression pathChanged() entries to include build-args files.
Makefile + pipeline PR generation
Makefile, scripts/generate_pull_request_pipelineruns.py
Makefile: detect per-Dockerfile build-args conf and construct --build-arg flags; PR generator: propagate params into PR PipelineRun template (signature change).
Dockerfiles: base parameterization (CPU & others)
multiple CPU Dockerfiles (e.g., codeserver/.../Dockerfile.cpu, jupyter/**/Dockerfile.cpu, rstudio/.../Dockerfile.cpu, runtimes/**/Dockerfile.cpu)
Added ARG BASE_IMAGE, introduced cpu-base (or equivalent) stage, and updated downstream stages to use the new base stage.
Dockerfiles: CUDA/ROCm simplification & base param
many CUDA/ROCm Dockerfiles (e.g., jupyter/**/Dockerfile.cuda, runtimes/**/Dockerfile.cuda, jupyter/rocm/**/Dockerfile.rocm, runtimes/rocm-*/**/Dockerfile.rocm)
Added ARG BASE_IMAGE; removed in-Dockerfile multi-arch CUDA/ROCm base scaffolding and in-image installs in many files, relying on external BASE_IMAGE; some ROCm/CUDA-specific files adjusted or retained minimal tooling.
Add build-args config files
**/build-args/*.conf (new files across codeserver, jupyter, runtimes, rstudio, etc.)
New per-image build-args files (e.g., BASE_IMAGE=...) added to provide BASE_IMAGE values for CPU/CUDA/ROCm variants.
Base-images: yum → dnf
base-images/cuda/12.6/*/Dockerfile.cuda, base-images/rocm/6.2/*/Dockerfile.rocm
Replaced yum commands with dnf equivalents in multiple base-image Dockerfiles; minor WORKDIR addition.
Image digests & manifests
manifests/base/params-latest.env
Updated multiple py312 image sha256 digests.
Removed CUDA license & repo files
cuda/NGC-DL-CONTAINER-LICENSE, cuda/cuda.repo-amd64, cuda/cuda.repo-arm64
Deleted CUDA license and cuda.repo files.
Tests & CI
tests/manifests.py, ci/cached-builds/gen_gha_matrix_jobs.py
tests: adjusted RStudio path selection for non-py312 to CUDA buildconfig; CI: added datascience runtime targets to S390X compatibility list.
Python deps / examples
jupyter/rocm/tensorflow/.../pylock.toml, pyproject.toml, examples/jupyterlab-with-elyra/Dockerfile
Dependency/version bumps (Jupyter/Elyra/skl2onnx) and pylock/pyproject updates.
Utility scripts
jupyter/utils/install_pdf_deps.sh
Skip PDF deps installer on s390x and ppc64le; message reports actual arch.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~60–90 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers

  • dibryant
  • daniellutz
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

openshift-ci bot commented Sep 3, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign andyatmiami for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions github-actions bot added the review-requested GitHub Bot creates notification on #pr-review-ai-ide-team slack channel label Sep 3, 2025
@openshift-ci openshift-ci bot added size/xl and removed size/xl labels Sep 4, 2025
@jiridanek jiridanek changed the title A sync between stable-2.x and main A sync between stable-2.x and main Sep 4, 2025
@openshift-ci openshift-ci bot added size/xl and removed size/xl labels Sep 4, 2025
…sent from aipcc bases (#2413)

```
npm notice package-lock.json has been renamed to npm-shrinkwrap.json
npm notice package-lock.json has been renamed to npm-shrinkwrap.json
npm notice package-lock.json has been renamed to npm-shrinkwrap.json
./ci/lib.sh: line 44: rsync: command not found
subprocess exited with status 127
subprocess exited with status 127
Error: building at STEP "RUN ./get_code_server_rpm.sh && touch /tmp/control": exit status 127
```
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 11, 2025
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 11, 2025
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 11, 2025
… absent from aipcc bases (#2419)

```
done (release-packages/code-server-4.98.0-linux-arm64)
./ci/build/build-packages.sh: line 57: envsubst: command not found
Error: building at STEP "RUN ./get_code_server_rpm.sh && touch /tmp/control": while running runtime: exit status 127
```
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 11, 2025
* RHOAIENG-33887: Release Elyra 4.2.4

* pylock update
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 12, 2025
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 12, 2025
…command in GitHub Actions workflow (#2407)

* combine multiple `apt-get remove` patterns into a single command in GitHub Actions workflow
* use `apt-get purge` instead of `remove` in GitHub Actions to clean dependencies completely
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 12, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 12, 2025
@openshift-ci openshift-ci bot added size/xxl and removed size/xxl labels Sep 12, 2025
@jiridanek jiridanek merged commit e3425fb into stable-2.x Sep 12, 2025
32 of 78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-requested GitHub Bot creates notification on #pr-review-ai-ide-team slack channel size/xxl tide/merge-method-rebase Denotes a PR that should be rebased by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants